home *** CD-ROM | disk | FTP | other *** search
/ Mess With 10 / Mess With 10.iso / mac / SubMenu3.DIR / 00211_Script_211 < prev    next >
Text File  |  1996-12-18  |  616b  |  19 lines

  1. on exitFrame
  2.   set the cursor of sprite 1 = -1
  3.   set the cursor of sprite 2 = [176,  177]
  4.   set the cursor of sprite 3 = -1
  5.   set the cursor of sprite 4 = -1
  6.   repeat with n = 5 to 10
  7.     set the cursor of sprite n = [176, 177]
  8.   end repeat
  9.   global G_BGM
  10.   set the cursor of sprite (G_BGM + 4) = -1
  11.   set the cursor of sprite 11 = -1
  12.   set the cursor of sprite 12 = [176,  177]
  13.   set the cursor of sprite 13 = [176,  177]
  14.   set the cursor of sprite 14 = [176,  177]
  15.   set the cursor of sprite 15 = [176,  177]
  16.   repeat with n = 21 to 41
  17.     set the cursor of sprite n = [176, 177]
  18.   end repeat
  19. end